home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / dlc_243.zip / UPGRADE.DOC < prev   
Text File  |  1992-08-26  |  1KB  |  47 lines

  1. DLC v2.43
  2.  
  3. Minor revision
  4.  
  5. Changed the /A and /I command line parameters to handle multiple areas.
  6. Instead of /A[AreaName] it is now /A [Areas] and the same with /I.
  7. For example:
  8.  
  9.    /I                 Initialize all areas
  10.    /I 42              Initalize area 42
  11.    /I DOS GRAPHIC     Initialize areas DOS and GRAPHIC
  12.  
  13. When using either the /I or the /A  switch, it must be the last switch
  14. used on the command line.  DLC will assume everything after this switch
  15. is the name of an area to look for.
  16.  
  17. -------------------------------------------------------------------------------
  18.  
  19. DLC v2.41
  20.  
  21. Minor revision
  22.  
  23. Add GIF processing to DLC, so add 'GifProcess' and 'GifTemplate' to your
  24. control file.  See the distribution control file for more details.
  25.  
  26. -------------------------------------------------------------------------------
  27.  
  28. DLC v2.40
  29.  
  30. Major revision
  31.  
  32. This version will read you AREA.DAT file instead of your FILEAREA.CTL,
  33. so you *must* delete the 'BBSAreas' keyword and add an 'AreaDat' keyword which
  34. specifies your AREA.DAT file in your old DLC.CTL file.
  35.  
  36. Example:
  37.  
  38.    AreaDat C:\MAX\AREA.DAT
  39.  
  40. As well, the maximum number of areas is now 1024 or less depending on how much
  41. memory you have available, each area uses 140 bytes of memory so you work
  42. it out.  But the max is 1024.  If you have more areas than that, give your
  43. head a shake!
  44.  
  45. Refer to the History section of DLC.DOC for more changes.
  46.  
  47.